File: /home/shaping-sar.ru/public_html/wp-content/plugins/cyr2lat/assets/css/converter.css
#ctl-options table tbody {
background: #fff;
}
#ctl-options table tbody tr {
display: grid;
align-self: start;
}
#ctl-options table tbody tr td {
padding: 0;
margin: 0;
position: relative;
width: 100%;
}
/* Section Post Types and Statuses */
.ctl-section-types-statuses + table {
max-width: 760px;
}
.ctl-section-types-statuses + table tbody {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px 20px;
padding: 15px 20px;
}
.ctl-section-types-statuses + table tbody tr th {
padding: 0 0 10px 0;
width: auto;
}
.ctl-section-types-statuses + table tbody tr td input {
width: 100%;
}
#ctl-options table tbody tr th {
padding: 5px 0 10px 0;
}
#ctl-options fieldset + .helper::before {
top: 0;
transform: translate(0, -1.9em);
}
#ctl-options fieldset + .helper .helper-content {
top: 0;
right: 0;
transform: translate(0.1em, -5.7em);
min-width: 200px;
}
#ctl-options .helper .helper-content::after {
bottom: 0;
top: unset;
border-bottom-color: transparent;
border-top-color: #000;
transform: translateY(100%);
}
#ctl-confirm-popup {
display: none;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(241, 241, 241, 0.8);
z-index: 9999;
}
#ctl-convert-button {
color: #d63638;
border-color: #d63638;
}
#ctl-confirm-content {
display: block;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #fff;
padding: 0 1.3em 1.3em 1.3em;
}
#ctl-confirm-buttons {
margin-top: 1.3em;
}
#ctl-confirm-cancel {
margin-left: 0.5em;
}